func reflect.needKeyUpdate

4 uses

	reflect (current package)
		map.go#L73: 	if needKeyUpdate(ktyp) {
		type.go#L2084: func needKeyUpdate(t *abi.Type) bool {
		type.go#L2095: 		return needKeyUpdate(tt.Elem)
		type.go#L2099: 			if needKeyUpdate(f.Typ) {